Skip to content

查询剩余待分金额

可调用此接口查询订单剩余待分金额 官方文档

js
wxpay
.
v3
.
profitsharing
.
transactions
.
_transaction_id_
.
amounts
.
get
({
transaction_id
,
}) .
then
(
({
data
: {
transaction_id
,
unsplit_amount
,
}, }) => ({
transaction_id
,
unsplit_amount
,
}) )

Released under the MIT License. (SITEMAP)